home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / utils / ndate100.zip / NDATE100.DOC < prev    next >
Text File  |  1996-04-23  |  4KB  |  112 lines

  1.                       NAMEDATE version 1.0 for DOS
  2.                          Author - Richard King
  3.                 Copyright 1996 Eclectic Information Services
  4. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  5.  
  6.         What is NAMEDATE.............................................  1
  7.        
  8.         Copyright ...................................................  1
  9.  
  10.         Liability ...................................................  2
  11.  
  12.         Files included in the archive ...............................  2
  13.  
  14.         How to use NameDate.......................... ...............  3
  15.  
  16. Copyright
  17. =========
  18.  
  19. NameDate (Version 1.0) is distributed under the Shareware concept.  You
  20. are granted a limited license to use and share it under the following
  21. conditions:
  22.  
  23.  NameDatew is not distributed in a modified form.
  24.  No fee is charged for NameDate itself.
  25.  All references to the copyright and author are retained.
  26.  
  27. There is a small fee for this program.  Please read the registration
  28. section.
  29.  
  30. You may use NameDate for a trial period of, basically forever. I am not 
  31. demanding a fee for this simple program. However I do make a living at
  32. writing software and if you find this utility useful, I don't think
  33. $5.00 is a lot to ask. NameDate's code comes from a VB 4.0 application
  34. that I am writing, and is just one of it's modules. The $5.00 goes toward
  35. the cost of developing the VB application which is a log file analyzer
  36. and archiver, as well as a database. This application would be used for
  37. Servers, WEB Servers, and Bulletin Board Systems.
  38.  
  39. This program and ALL FILES included in the archive are:
  40.  
  41. Copyright (c) 1996, Richard King, All Rights Reserved.
  42.  
  43. LIABILITY
  44. =========
  45. The author makes no warranty of any kind, expressed or implied, including
  46. without limitation, any warranties of merchantability and/or fitness
  47. for a particular purpose.  The author will not be liable for any damages,
  48. whether direct, indirect, special or consequential arising from a failure
  49. of this program to operate in the manner desired by the user.  The author
  50. will not be liable for any damage to data or property which may be caused
  51. directly or indirectly by use of the program.
  52.  
  53. When trying new software, always backup any and all important files on
  54. your system.
  55.  
  56.  
  57.  
  58. FILES INCLUDED IN THE ARCHIVE
  59. =============================
  60.  
  61. Below is a listing of files included in the archive NDATE100.ZIP
  62. Please be certain that you have all of these files before continuing.
  63.  
  64. FILE            DESCRIPTION
  65. ============    ====================================================
  66. NDATE.EXE       NameDate executable file
  67. NDATE100.DOC    NameDate documentation - you're reading it!
  68. REGISTER.FRM    NameDate registration information & form
  69. FILE_ID.DIZ     Description of NameDate
  70. ============    ====================================================
  71.  
  72. How to use NameDate
  73. ===================
  74.  
  75. NameDate is a simple command line DOS utility that renames any DOS
  76. name with an eight character filename, and a three character extension
  77. (i.e. allfiles.log), to a name keeping the first two characters (al),
  78. adding the date (al042396), and keeping the existing extension
  79. (al042396.log).
  80.  
  81. The files can then be archived and retrieved at a later date.
  82.  
  83. NameDate's use is very simple and the DOS version only has one option:
  84.  
  85.     NDATE.EXE [filename.ext]
  86.  
  87. EXAMPLE OF USES: (BATCH FILE)
  88.  
  89. @echo off
  90. C:
  91. CD\LOGFILES
  92. ndate mydata.log                       <-------Renames file my042396.log
  93. pkzip -ex mydata.zip *.log (or my*.log)<-------Zips file to MYDATA.ZIP
  94. del *.log         (OPTIONAL)           <-------Deletes log file
  95.  
  96.  
  97. This is creates an archive that would look something like:
  98.  
  99.     MY040196.LOG
  100.     MY040296.LOG
  101.     MY040396.LOG
  102.     MY040496.LOG
  103.     And so on.......
  104.  
  105. NameDate will archive any DOS filename (i.e.,EXE, JPG, LOG, INI, etc)
  106.  
  107. That's about it. If you have any questions you can e-mail me at:
  108.  
  109. RichardA_King@msn.com
  110.  
  111.  
  112.